home *** CD-ROM | disk | FTP | other *** search
- // ========================================================================
- // HelloWorld.cs
- //
- // This module is a program that echos a simple greeting on the screen.
- //
- // ========================================================================
-
- function runHelloWorld()
- // ----------------------------------------------------
- // Entry point for the program.
- // ----------------------------------------------------
- {
- echo("Hello World");
- }